SftTabs/NET 6.0

Move Method, TabCollectionClass Class

Softel vdm, Inc.

Moves a tab to a new position in the tab collection.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public Function Move( _
     ByVal fromIndex As Integer, _
     ByVal toIndex As Integer _
  ) As Integer

C#   

public int Move(
     int fromIndex,
     int toIndex );

C++   

public: int Move(
     int fromIndex,
     int toIndex );

fromIndex

The zero-based index of the tab to be moved.

toIndex

The zero-based insertion point where the tab is inserted.

Return Value

The zero-based index of the tab in the tab collection after it has been moved.

Comments

The Move method moves a tab to a new position in the tab collection.

Moving a tab also moves all tab properties and the associated tab page and controls (if a client area is present).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com